home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Seguranca / Secur-all / sec32380.exe / %MAINDIR% / Securi32.exe / 0 / RCDATA / TDLGPREFERENCES / TDLGPREFERENCES.txt
Encoding:
Text File  |  1998-08-03  |  16.4 KB  |  703 lines

  1. object dlgPreferences: TdlgPreferences
  2.   Left = 230
  3.   Top = 388
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preferences'
  7.   ClientHeight = 296
  8.   ClientWidth = 357
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOK: TBitBtn
  20.     Left = 192
  21.     Top = 268
  22.     Width = 77
  23.     Height = 23
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.     OnClick = btnOKClick
  29.     NumGlyphs = 2
  30.     Style = bsNew
  31.   end
  32.   object btnCancel: TBitBtn
  33.     Left = 276
  34.     Top = 268
  35.     Width = 77
  36.     Height = 23
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.     OnClick = btnCancelClick
  42.     NumGlyphs = 2
  43.     Style = bsNew
  44.   end
  45.   object btnDefaults: TBitBtn
  46.     Left = 4
  47.     Top = 268
  48.     Width = 77
  49.     Height = 23
  50.     Caption = 'Defaults'
  51.     TabOrder = 2
  52.     OnClick = btnDefaultsClick
  53.     Style = bsNew
  54.   end
  55.   object pagePrefs: TPageControl
  56.     Left = 4
  57.     Top = 4
  58.     Width = 349
  59.     Height = 257
  60.     ActivePage = tabGeneral
  61.     TabOrder = 3
  62.     OnChange = ChangefAttr
  63.     object tabGeneral: TTabSheet
  64.       Caption = 'General'
  65.       object GroupBox1: TGroupBox
  66.         Left = 8
  67.         Top = 4
  68.         Width = 325
  69.         Height = 161
  70.         Caption = 'Confirm'
  71.         Color = clBtnFace
  72.         ParentColor = False
  73.         TabOrder = 0
  74.         object imgGeneralConfirm: TImage
  75.           Left = 8
  76.           Top = 17
  77.           Width = 20
  78.           Height = 20
  79.           AutoSize = True
  80.         end
  81.         object chkConfirmDragDrop: TCheckBox
  82.           Left = 32
  83.           Top = 88
  84.           Width = 277
  85.           Height = 17
  86.           Caption = 'When files are &dragged onto Secur-all'
  87.           TabOrder = 3
  88.         end
  89.         object chkConfirmPWAlways: TCheckBox
  90.           Left = 32
  91.           Top = 40
  92.           Width = 277
  93.           Height = 17
  94.           Caption = 'Password required for each &action'
  95.           TabOrder = 1
  96.         end
  97.         object chkConfirmSYS: TCheckBox
  98.           Left = 32
  99.           Top = 112
  100.           Width = 277
  101.           Height = 17
  102.           Caption = 'When locking/encrypting &system files'
  103.           State = cbChecked
  104.           TabOrder = 4
  105.           OnClick = ChangefAttr
  106.         end
  107.         object chkConfirmEXE: TCheckBox
  108.           Left = 32
  109.           Top = 136
  110.           Width = 277
  111.           Height = 17
  112.           Caption = 'When locking/encrypting p&rogram files'
  113.           State = cbChecked
  114.           TabOrder = 5
  115.           OnClick = ChangefAttr
  116.         end
  117.         object chkConfirmPWExit: TCheckBox
  118.           Left = 32
  119.           Top = 64
  120.           Width = 277
  121.           Height = 17
  122.           Caption = 'Password required to e&xit Secur-all'
  123.           TabOrder = 2
  124.         end
  125.         object chkConfirmPWOptions: TCheckBox
  126.           Left = 32
  127.           Top = 16
  128.           Width = 277
  129.           Height = 17
  130.           Caption = 'Password required to change &Options'
  131.           TabOrder = 0
  132.         end
  133.       end
  134.       object GroupBox6: TGroupBox
  135.         Left = 8
  136.         Top = 176
  137.         Width = 325
  138.         Height = 45
  139.         Caption = 'Default action for Drag and Drop'
  140.         TabOrder = 1
  141.         object imgDefDragDrop: TImage
  142.           Left = 9
  143.           Top = 20
  144.           Width = 16
  145.           Height = 16
  146.           AutoSize = True
  147.         end
  148.         object radDefaultLock: TRadioButton
  149.           Left = 32
  150.           Top = 20
  151.           Width = 97
  152.           Height = 17
  153.           Caption = '&Lock/Unlock'
  154.           TabOrder = 0
  155.           OnClick = radDefaultLockClick
  156.         end
  157.         object radDefaultEncrypt: TRadioButton
  158.           Left = 136
  159.           Top = 20
  160.           Width = 181
  161.           Height = 17
  162.           Caption = '&Encrypt/Decrypt'
  163.           TabOrder = 1
  164.           OnClick = radDefaultEncryptClick
  165.         end
  166.       end
  167.     end
  168.     object tabLock: TTabSheet
  169.       Caption = 'Lock'
  170.       object imgLockLock: TImage
  171.         Left = 13
  172.         Top = 12
  173.         Width = 16
  174.         Height = 16
  175.         AutoSize = True
  176.       end
  177.       object chkHideLocked: TCheckBox
  178.         Left = 36
  179.         Top = 12
  180.         Width = 195
  181.         Height = 17
  182.         Caption = '&Hide locked files'
  183.         State = cbChecked
  184.         TabOrder = 0
  185.         OnClick = ChangefAttr
  186.       end
  187.       object GroupBox2: TGroupBox
  188.         Left = 8
  189.         Top = 40
  190.         Width = 325
  191.         Height = 69
  192.         Caption = 'Confirm'
  193.         TabOrder = 1
  194.         object imgLockConfirm: TImage
  195.           Left = 4
  196.           Top = 17
  197.           Width = 20
  198.           Height = 20
  199.           AutoSize = True
  200.         end
  201.         object chkConfirmLock: TCheckBox
  202.           Left = 28
  203.           Top = 20
  204.           Width = 195
  205.           Height = 17
  206.           Caption = 'Before &locking'
  207.           TabOrder = 0
  208.         end
  209.         object chkConfirmUnlock: TCheckBox
  210.           Left = 28
  211.           Top = 40
  212.           Width = 195
  213.           Height = 17
  214.           Caption = 'Before &unlocking'
  215.           TabOrder = 1
  216.         end
  217.       end
  218.     end
  219.     object tabEncrypt: TTabSheet
  220.       Caption = 'Encrypt'
  221.       object imgEncryptEncrypt: TImage
  222.         Left = 13
  223.         Top = 12
  224.         Width = 16
  225.         Height = 16
  226.         AutoSize = True
  227.       end
  228.       object chkHideEncrypted: TCheckBox
  229.         Left = 44
  230.         Top = 12
  231.         Width = 277
  232.         Height = 17
  233.         Caption = '&Hide encrypted files'
  234.         State = cbChecked
  235.         TabOrder = 0
  236.       end
  237.       object chkWipeOriginal: TCheckBox
  238.         Left = 44
  239.         Top = 32
  240.         Width = 277
  241.         Height = 17
  242.         Caption = 'Shred &original files'
  243.         TabOrder = 1
  244.       end
  245.       object chkFastCrypt: TCheckBox
  246.         Left = 44
  247.         Top = 52
  248.         Width = 277
  249.         Height = 17
  250.         Caption = '&Fast check'
  251.         TabOrder = 2
  252.       end
  253.       object GroupBox4: TGroupBox
  254.         Left = 8
  255.         Top = 80
  256.         Width = 325
  257.         Height = 45
  258.         Caption = 'Strength'
  259.         TabOrder = 3
  260.         object radEncryptStd: TRadioButton
  261.           Left = 36
  262.           Top = 20
  263.           Width = 97
  264.           Height = 17
  265.           Caption = '&Standard'
  266.           TabOrder = 0
  267.           OnClick = CryptStrengthChanged
  268.         end
  269.         object radEncryptPro: TRadioButton
  270.           Left = 140
  271.           Top = 20
  272.           Width = 165
  273.           Height = 17
  274.           Caption = '&Professional'
  275.           TabOrder = 1
  276.           OnClick = CryptStrengthChanged
  277.         end
  278.       end
  279.       object GroupBox3: TGroupBox
  280.         Left = 8
  281.         Top = 136
  282.         Width = 325
  283.         Height = 61
  284.         Caption = 'Confirm'
  285.         TabOrder = 4
  286.         object imgEncryptConfirm: TImage
  287.           Left = 8
  288.           Top = 17
  289.           Width = 20
  290.           Height = 20
  291.           AutoSize = True
  292.         end
  293.         object chkConfirmEncrypt: TCheckBox
  294.           Left = 36
  295.           Top = 16
  296.           Width = 205
  297.           Height = 17
  298.           Caption = 'Before &encrypting'
  299.           TabOrder = 0
  300.         end
  301.         object chkConfirmDecrypt: TCheckBox
  302.           Left = 36
  303.           Top = 36
  304.           Width = 205
  305.           Height = 17
  306.           Caption = 'Before &decrypting'
  307.           TabOrder = 1
  308.         end
  309.       end
  310.     end
  311.     object TabShred: TTabSheet
  312.       Caption = 'Shred'
  313.       object GroupBox10: TGroupBox
  314.         Left = 8
  315.         Top = 8
  316.         Width = 325
  317.         Height = 73
  318.         Caption = 'Method'
  319.         TabOrder = 0
  320.         object imgShredMethod: TImage
  321.           Left = 12
  322.           Top = 21
  323.           Width = 20
  324.           Height = 20
  325.           AutoSize = True
  326.         end
  327.         object RadShredReg: TRadioButton
  328.           Left = 40
  329.           Top = 20
  330.           Width = 277
  331.           Height = 17
  332.           Caption = '&Fast Shred'
  333.           TabOrder = 0
  334.         end
  335.         object radShredDOD: TRadioButton
  336.           Left = 40
  337.           Top = 44
  338.           Width = 277
  339.           Height = 17
  340.           Caption = 'Shred using &DOD 5220.22-M standard'
  341.           TabOrder = 1
  342.         end
  343.       end
  344.     end
  345.     object tabFiles: TTabSheet
  346.       Caption = 'Files'
  347.       object gboStartup: TGroupBox
  348.         Left = 8
  349.         Top = 4
  350.         Width = 325
  351.         Height = 73
  352.         Caption = 'Startup location'
  353.         TabOrder = 0
  354.         object imgFilesFolder: TImage
  355.           Left = 8
  356.           Top = 22
  357.           Width = 17
  358.           Height = 15
  359.           AutoSize = True
  360.         end
  361.         object Label1: TLabel
  362.           Left = 32
  363.           Top = 24
  364.           Width = 37
  365.           Height = 13
  366.           Caption = '&Default:'
  367.           FocusControl = tedDefLocation
  368.           Transparent = True
  369.         end
  370.         object btnDefLocation: TSpeedButton
  371.           Left = 297
  372.           Top = 20
  373.           Width = 20
  374.           Height = 20
  375.           Caption = '...'
  376.           Font.Color = clBlack
  377.           Font.Height = -11
  378.           Font.Name = 'System'
  379.           Font.Style = [fsBold]
  380.           ParentFont = False
  381.           OnClick = btnDefLocationClick
  382.         end
  383.         object tedDefLocation: TEdit
  384.           Left = 80
  385.           Top = 20
  386.           Width = 209
  387.           Height = 21
  388.           Ctl3D = True
  389.           ParentCtl3D = False
  390.           TabOrder = 0
  391.           Text = 'c:\securit\data'
  392.           OnChange = ChangefAttr
  393.         end
  394.         object chkMRULocation: TCheckBox
  395.           Left = 32
  396.           Top = 48
  397.           Width = 113
  398.           Height = 17
  399.           Caption = 'L&ast folder visited'
  400.           TabOrder = 1
  401.           OnClick = chkMRULocationClick
  402.         end
  403.         object chkRememberLoc: TCheckBox
  404.           Left = 192
  405.           Top = 48
  406.           Width = 97
  407.           Height = 17
  408.           Caption = 'Remember'
  409.           TabOrder = 2
  410.         end
  411.       end
  412.       object GroupBox7: TGroupBox
  413.         Left = 8
  414.         Top = 88
  415.         Width = 325
  416.         Height = 77
  417.         Caption = 'After encrypting'
  418.         TabOrder = 1
  419.         object btnEncryptedLocation: TSpeedButton
  420.           Left = 297
  421.           Top = 48
  422.           Width = 20
  423.           Height = 20
  424.           Caption = '...'
  425.           Enabled = False
  426.           Font.Color = clBlack
  427.           Font.Height = -11
  428.           Font.Name = 'System'
  429.           Font.Style = [fsBold]
  430.           ParentFont = False
  431.           OnClick = btnEncryptedLocationClick
  432.         end
  433.         object imgFilesEncrypt: TImage
  434.           Left = 9
  435.           Top = 21
  436.           Width = 16
  437.           Height = 16
  438.           AutoSize = True
  439.         end
  440.         object tedEncryptExt: TEdit
  441.           Left = 144
  442.           Top = 18
  443.           Width = 49
  444.           Height = 21
  445.           Color = clBtnFace
  446.           Enabled = False
  447.           TabOrder = 1
  448.           Text = '*.sec'
  449.           OnChange = ChangefAttr
  450.         end
  451.         object chkEncryptExt: TCheckBox
  452.           Left = 32
  453.           Top = 20
  454.           Width = 109
  455.           Height = 17
  456.           Caption = 'Change e&xtension'
  457.           TabOrder = 0
  458.           OnClick = chkEncryptExtClick
  459.         end
  460.         object tedEncryptedLocation: TEdit
  461.           Left = 84
  462.           Top = 48
  463.           Width = 205
  464.           Height = 21
  465.           Color = clBtnFace
  466.           Ctl3D = True
  467.           Enabled = False
  468.           ParentCtl3D = False
  469.           TabOrder = 3
  470.           Text = 'c:\securit\data'
  471.           OnChange = ChangefAttr
  472.         end
  473.         object chkMoveEncrypted: TCheckBox
  474.           Left = 32
  475.           Top = 48
  476.           Width = 49
  477.           Height = 17
  478.           Caption = '&Move:'
  479.           TabOrder = 2
  480.           OnClick = chkMoveEncryptedClick
  481.         end
  482.       end
  483.       object GroupBox8: TGroupBox
  484.         Left = 8
  485.         Top = 172
  486.         Width = 325
  487.         Height = 45
  488.         Caption = 'Default action for Double-Click'
  489.         TabOrder = 2
  490.         object imgDefDblClick: TImage
  491.           Left = 9
  492.           Top = 20
  493.           Width = 16
  494.           Height = 16
  495.           AutoSize = True
  496.         end
  497.         object radDefDblLock: TRadioButton
  498.           Left = 108
  499.           Top = 20
  500.           Width = 97
  501.           Height = 17
  502.           Caption = '&Lock/Unlock'
  503.           TabOrder = 1
  504.           OnClick = radDefDblLockClick
  505.         end
  506.         object radDefDblCrypt: TRadioButton
  507.           Left = 212
  508.           Top = 20
  509.           Width = 97
  510.           Height = 17
  511.           Caption = '&Encrypt/Decrypt'
  512.           TabOrder = 2
  513.           OnClick = radDefDblCryptClick
  514.         end
  515.         object radDefDblOpen: TRadioButton
  516.           Left = 32
  517.           Top = 20
  518.           Width = 64
  519.           Height = 17
  520.           Caption = '&Open'
  521.           TabOrder = 0
  522.           OnClick = radDefDblOpenClick
  523.         end
  524.       end
  525.     end
  526.     object tabView: TTabSheet
  527.       Caption = 'View'
  528.       object imgViewDocument: TImage
  529.         Left = 8
  530.         Top = 12
  531.         Width = 16
  532.         Height = 16
  533.         AutoSize = True
  534.       end
  535.       object GroupBox5: TGroupBox
  536.         Left = 28
  537.         Top = 8
  538.         Width = 305
  539.         Height = 61
  540.         Caption = 'File Type'
  541.         TabOrder = 0
  542.         object Label2: TLabel
  543.           Left = 8
  544.           Top = 28
  545.           Width = 31
  546.           Height = 13
  547.           Caption = '&Name:'
  548.           FocusControl = tedFileType
  549.           Transparent = True
  550.         end
  551.         object tedFileType: TEdit
  552.           Left = 48
  553.           Top = 24
  554.           Width = 37
  555.           Height = 21
  556.           TabOrder = 0
  557.           Text = '*.*'
  558.           OnChange = ChangefAttr
  559.         end
  560.         object chkViewRO: TCheckBox
  561.           Left = 112
  562.           Top = 16
  563.           Width = 73
  564.           Height = 17
  565.           Caption = '&Read-Only'
  566.           TabOrder = 1
  567.           OnClick = ChangefAttr
  568.         end
  569.         object chkViewArchive: TCheckBox
  570.           Left = 112
  571.           Top = 36
  572.           Width = 73
  573.           Height = 17
  574.           Caption = '&Archive'
  575.           State = cbChecked
  576.           TabOrder = 2
  577.           OnClick = ChangefAttr
  578.         end
  579.         object chkViewHidden: TCheckBox
  580.           Left = 196
  581.           Top = 36
  582.           Width = 61
  583.           Height = 17
  584.           Caption = '&Hidden'
  585.           TabOrder = 4
  586.           OnClick = ChangefAttr
  587.         end
  588.         object chkViewSystem: TCheckBox
  589.           Left = 196
  590.           Top = 16
  591.           Width = 61
  592.           Height = 17
  593.           Caption = '&System'
  594.           TabOrder = 3
  595.           OnClick = ChangefAttr
  596.         end
  597.       end
  598.       object GroupBox9: TGroupBox
  599.         Left = 28
  600.         Top = 80
  601.         Width = 305
  602.         Height = 77
  603.         Caption = 'File View'
  604.         TabOrder = 1
  605.         object radViewLarge: TRadioButton
  606.           Left = 8
  607.           Top = 24
  608.           Width = 61
  609.           Height = 17
  610.           Caption = '&Large'
  611.           TabOrder = 0
  612.           OnClick = ChangefAttr
  613.         end
  614.         object radViewSmall: TRadioButton
  615.           Left = 80
  616.           Top = 24
  617.           Width = 61
  618.           Height = 17
  619.           Caption = 'S&mall'
  620.           TabOrder = 1
  621.           OnClick = ChangefAttr
  622.         end
  623.         object radViewList: TRadioButton
  624.           Left = 152
  625.           Top = 24
  626.           Width = 61
  627.           Height = 17
  628.           Caption = 'L&ist'
  629.           TabOrder = 2
  630.           OnClick = ChangefAttr
  631.         end
  632.         object radViewDetails: TRadioButton
  633.           Left = 224
  634.           Top = 24
  635.           Width = 61
  636.           Height = 17
  637.           Caption = '&Details'
  638.           TabOrder = 3
  639.           OnClick = ChangefAttr
  640.         end
  641.         object chkAutoRefresh: TCheckBox
  642.           Left = 12
  643.           Top = 52
  644.           Width = 249
  645.           Height = 17
  646.           Caption = 'Auto-Re&fresh'
  647.           TabOrder = 4
  648.         end
  649.       end
  650.       object RzPanel2: TRzPanel
  651.         Left = 8
  652.         Top = 172
  653.         Width = 25
  654.         Height = 13
  655.         BorderSides = [sdLeft, sdTop, sdRight, sdBottom]
  656.         BevelOuter = bvNone
  657.         Caption = 'Hint'
  658.         Color = clYellow
  659.         TabOrder = 2
  660.       end
  661.       object chkShowHint: TCheckBox
  662.         Left = 40
  663.         Top = 170
  664.         Width = 97
  665.         Height = 17
  666.         Caption = 'Show hi&nts'
  667.         State = cbChecked
  668.         TabOrder = 3
  669.         OnClick = ChangefAttr
  670.       end
  671.       object chkShowProgress: TCheckBox
  672.         Left = 40
  673.         Top = 194
  674.         Width = 149
  675.         Height = 17
  676.         Caption = 'Show &progress gauge'
  677.         State = cbChecked
  678.         TabOrder = 4
  679.       end
  680.       object RzPanel1: TRzPanel
  681.         Left = 8
  682.         Top = 197
  683.         Width = 24
  684.         Height = 12
  685.         BorderSides = []
  686.         BevelOuter = bvLowered
  687.         TabOrder = 5
  688.         object RzPanel3: TRzPanel
  689.           Left = 1
  690.           Top = 1
  691.           Width = 10
  692.           Height = 10
  693.           BorderSides = []
  694.           Align = alLeft
  695.           BevelOuter = bvNone
  696.           Color = clHighlight
  697.           TabOrder = 0
  698.         end
  699.       end
  700.     end
  701.   end
  702. end
  703.